Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

fix: braid-design-system ^34.0.0#283

Merged
askoufis merged 3 commits intomasterfrom
renovate-braid-design-system-34.x
Dec 17, 2025
Merged

fix: braid-design-system ^34.0.0#283
askoufis merged 3 commits intomasterfrom
renovate-braid-design-system-34.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
braid-design-system (source) ^33.0.0 -> ^34.0.0 age adoption passing confidence

Release Notes

seek-oss/braid-design-system (braid-design-system)

v34.0.0

Compare Source

Major Changes
  • Hidden: Remove screen prop (#​1947)

    Remove the deprecated screen prop from the Hidden component.
    For content designed to improve the screen reader experience, please use use the HiddenVisually component instead.
    Alternatively, for content designed to be hidden unconditionally, remove the screen prop.

    MIGRATION GUIDE:

    - <Hidden screen>
    + <Hidden>
  • Box, atoms: Remove deprecated rating variable. (#​1947)

    Consumers should use the brandAccent or neutral variables instead.

    MIGRATION GUIDE:

    # styles.css.ts
    import { vars } from 'braid-design-system/css';
    
    export const myStyle = style({
    -  color: vars.foregroundColor.rating,
    +  color: vars.foregroundColor.brandAccent,
    });
  • Card: Remove rounded prop (#​1947)

    The rounded prop only affected deleted themes such as apac and has no effect on supported themes.

    MIGRATION GUIDE:

    - <Card rounded>...</Card>
    + <Card>...</Card>
  • Box, atoms: Remove deprecated outline value none, and boxShadow value outlineFocus. (#​1947)

    Braid leverages the outline property directly, managing focus rings of interactive elements as part of its scoped CSS reset.

    MIGRATION GUIDE:

    For styling the focus ring via Box:

    1. Remove usage of outline="none" and boxShadow="outlineFocus"
    2. Refer to focus outlines for guidance on leveraging Braid's focus outline styles.
    - <Box outline="none" className={styles.customFocusStyles} />
    + <Box />

    For styling the focus outline of an element based on the focus of another element, see outlineStyle.

  • apac: Remove in favour of seekJobs theme (#​1947)

    The previously deprecated apac theme has been removed.
    Consumers should migrate to the seekJobs theme.

    MIGRATION GUIDE:

    # App.tsx
    - import apac from 'braid-design-system/themes/apac';
    + import seekJobs from 'braid-design-system/themes/seekJobs';
    
    - <BraidProvider theme={apac} ...>
    + <BraidProvider theme={seekJobs} ...>
  • IconList: Remove deprecated component, in favour of more specific list types: IconBulletList and IconNumberedList. (#​1947)

    MIGRATION GUIDE:

    -<IconList />
    +<IconBulletList />
  • Toggle: Remove bleedY prop (#​1947)

    Remove the deprecated bleedY prop from the Toggle component.
    Consumers should remove use of the bleedY prop, and if previously setting bleedY to false, should update their layout accordingly.

    MIGRATION GUIDE:

    - <Toggle bleedY />
    + <Toggle />
Patch Changes
  • Update is-mobile dependency (#​1945)

Configuration

📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 17, 2025 04:42
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Dec 17, 2025

⚠️ No Changeset found

Latest commit: 689256a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate-braid-design-system-34.x branch from ef42c5a to 5992488 Compare December 17, 2025 04:50
@renovate renovate bot force-pushed the renovate-braid-design-system-34.x branch from 5992488 to d6f4621 Compare December 17, 2025 04:56
@askoufis askoufis enabled auto-merge (squash) December 17, 2025 05:25
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@askoufis askoufis merged commit 09539dc into master Dec 17, 2025
10 checks passed
@askoufis askoufis deleted the renovate-braid-design-system-34.x branch December 17, 2025 05:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant